[re-sending using from email address for this list]
On Thu, May 28, 2015 at 7:53 PM, Hadley Wickham wrote:
> Ok, it looks like it's actually quite a subtle problem. (Thanks to
> Winston Chang for tracking it down). The root of the problem appears
> to be the call to du at
> https://github.com/wch
I guess a package that was installed by root and later on checked by a
regular user or some such, so that permissions do not match.
I think I'd try to remove the package from all libraries and try again.
And note that network drives/mounts may be the source of such a problem
when some listings
> Wild guess: It's not the package but the file system or file permissions so
> that you cannot determine the size.
Do you have any thoughts on where specifically to look? Permissions of
the library or of the current dir?
I also wondered if it might be caused by a recursive link that caused
the s
IANAL, too, but if you are indeed extending (i.e. embedding or
copying) another package, then you need to put all copyright holders
into the LICENSE file.
In the individual files, you can explain who has the copyright for
what. If you don't change the copied files at all, that is simple,
just add
IANAL, but if you are just importing or depending on another package, you
shouldn't need to worry about this. If you
copied their code into your own package, you should probably rethink your
approach.
At my job, several of my coworkers had copy/pasted code from stack
overflow, which carries a CC l
When developing a new package we want to have a license attributed to that
package. That said, I am a little confused how one would approach the MIT
license. I am working on a package that extends upon another library that
has the MIT license. I know that I need to create a LICENSE file with YEA
These "Error in validObject(.Object) : messages started appearing with
* using R Under development (unstable) (2015-02-12 r67812)
and are in the released R-3.2.0
I am seeing it now because I last posted HH_3.1-15 to CRAN in February
and have mostly
used R CMD INSTALL --build until now for my updat
On 28/05/2015 9:19 AM, Richard M. Heiberger wrote:
I posted a package
trivial_3.1-18.tar.gz
and the
00check-trivial.log
from R-devel at
http://astro.temple.edu/~rmh/HH-test/
The package contains one function
trivial <- function(...) {}
and a NAMESPACE that imports other packages
I posted a package
trivial_3.1-18.tar.gz
and the
00check-trivial.log
from R-devel at
http://astro.temple.edu/~rmh/HH-test/
The package contains one function
trivial <- function(...) {}
and a NAMESPACE that imports other packages.
The 00check-trivial.log has many messages that look l