search for: samplepackag

Displaying 3 results from an estimated 3 matches for "samplepackag".

Did you mean: samplepackage
2012 Jun 28
1
freebsd ports config, cache distfiles
Hi everyone, first post. I''ve got Puppet installed on a FreeBSD 8.3 client & server from the guides, and deploying simple packages from the default node and a node which inherits it. I have /usr/ports mounted via NFS from the puppet server. I have two queries now: 1. For more complicated packages, a config dialogue comes up (i.e. cd /usr/ports/category/port; make config). How do
2017 Nov 23
2
Bug in R CMD INSTALL when handling invalid LazyData DESCRIPTION field
...39;ve found a bug in R CMD INSTALL. When it tries to parse a DESCRIPTION file with an invalid LazyData field, it errors out while trying to print the correct error message: > R CMD INSTALL . * installing to library ?/home/example/R/x86_64-pc-linux-gnu-library/3.4? * installing *source* package ?samplepackage? ... ** data Error in errmsg("invalid value of ", field, " field in DESCRIPTION") : could not find function "errmsg" * removing ?/home/example/R/x86_64-pc-linux-gnu-library/3.4/samplepackage? It should instead be using that errmsg() function to print the more help...
2017 Nov 24
0
Bug in R CMD INSTALL when handling invalid LazyData DESCRIPTION field
...tries to parse a > DESCRIPTION file with an invalid LazyData field, it errors out while > trying to print the correct error message: >> R CMD INSTALL . > * installing to library ?/home/example/R/x86_64-pc-linux-gnu-library/3.4? > * installing *source* package ?samplepackage? ... > ** data > Error in errmsg("invalid value of ", field, " field in DESCRIPTION") : > could not find function "errmsg" > * removing ?/home/example/R/x86_64-pc-linux-gnu-library/3.4/samplepackage? > It should instead be using th...