Hello:
� "00check.log" produced by R-devel winbuilder (link below)
includes the following:
** checking whether the package can be loaded ... ERROR
Loading this package had a fatal error status code 1
Loading log:
Error: package or namespace load failed for 'Ecfun' in
library.dynam(lib, p
*Hi there, I am creating a R (using R3.5.2)package with Rcpp through R
studio(1.1.456) and using RTools35.*
*I've replaced my name in the paths with " USER "*
*On build I get no error messages or warnings, but on R CMD check I get :*
$ R CMD check DataViz_1.0.tar.gz
* using log directory 'C:/User
The R-on-Windows FAQ has recommends to NOT install in a path with spaces.
The R Installer on Windows defaults to a path with spaces.
I cannot reconcile it either. Such is life, sometimes.
But when I had to work on that platform in the past I put my open source
stuff into c:/opt/ -- so maybe tr
Hello,
I have been trying for weeks to get a package on CRAN, but keep
receiving warnings and notes, and errors using R-hub. The problems
started when I used FORTRAN code to speed up some functions. This
FORTRAN code introduces .mod files which are not accepted in the src
folder. I followed sugges
On 25/02/2019 11:01 a.m., Dirk Eddelbuettel wrote:
The R-on-Windows FAQ has recommends to NOT install in a path with spaces.
The R Installer on Windows defaults to a path with spaces.
I cannot reconcile it either. Such is life, sometimes.
But when I had to work on that platform in the past I
One of the programs that don't work is find from R tools if it is behind
C:\Windows\system32 where the ompletely different windows find is found.
Best,
Uwe Ligges
On 25.02.2019 19:06, Duncan Murdoch wrote:
On 25/02/2019 11:01 a.m., Dirk Eddelbuettel wrote:
The R-on-Windows FAQ has recommend
I'm wondering if there is a way to get a list of reverse dependencies on
CRAN that includes archived packages.
I am asking because "ashr", an R package I maintain, was recently removed
from CRAN, and now it is back after I fixed the critical problem. However,
some of the downstream packages that w
On Tue, 26 Feb 2019 at 05:29, Peter Carbonetto
wrote:
>
> I'm wondering if there is a way to get a list of reverse dependencies on
> CRAN that includes archived packages.
>
> I am asking because "ashr", an R package I maintain, was recently removed
> from CRAN, and now it is back after I fixed the