similar to: if(!CRAN()){...}

Displaying 20 results from an estimated 20000 matches similar to: "if(!CRAN()){...}"

2012 Aug 24
1
CRAN check error with no example?
Hello, All: The CRAN checks for the "fda" package includes one error: The error most likely occurred in ... file.copy2 ... Error: unprotect_ptr: pointer not found Execution halted (http://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian/fda-00check.html) The help page for "file.copy2" includes "\examples" with everything wrapped in
2017 Mar 09
2
Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3)
This error can arise when getOption("width") is too small. 80 seems to be the limit for me with R-3.3.2 on Windows. Bill Dunlap TIBCO Software wdunlap tibco.com On Wed, Mar 8, 2017 at 10:28 PM, Spencer Graves <spencer.graves at prodsyse.com> wrote: > Hello: > > > I tried "debug(help)" with the problem mentioned below. It stopped > with a call to
2007 Mar 01
2
Using R for devices trial
I would like to use R for submissions to FDA/CDRH (the medical device company I work for currently uses only SAS). Previous postings to the list regarding R and 21 CFR 11 compliance have been very helpful. However, reluctance to using open source software for statistical analyses and reporting remains high here at my company. Has anyone used R for an official submission to FDA/CDRH? It would
2017 Mar 08
2
Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3)
Hello: A call to help(..., help_type='text') fails with "package='fda": > install.packages('fda') > help(package='fda', help_type='text') Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3) : incorrect values of 'indent' and 'width' I have this wrapped inside "try" in
2014 Aug 05
1
DNS problem when adding new record using samba-tool
Hi all, I am setting up a new AD server with Samba 4.1.11 from the FreeBSD ports. I struggle with the internal DNS. I add a new CNAME record but it does not show up properly. I gave the AD domain a new DNS domain (domain.fda) and the server the name samba4.domain.fda. I am using the internal DNS, and a forwarder to a bind server in the same network. After the AD provision I have this here
2008 Dec 16
2
"could not find function" error in "R CMD check"
Hi, All: What might cause "R CMD check" to report, "could not find function" for a function that has long been in the 'fda' package? Both Jim Ramsay in Ottawa, Canada, and I in San Jose, CA, get this same error. I replicated it with a fresh, anonymous checkout from R-Forge (svn checkout svn://svn.r-forge.r-project.org/svnroot/fda). With this, I did
2020 Apr 17
3
How to find detritis rejected by "R CMD check" on Debian?
Hello: ????? How can someone help me find and fix the following, contained in 00check.log on Debian for "https://github.com/JamesRamsay5/fda": NOTE Found the following files/directories: ? ?fdaMatlabPath.m? * checking for detritus in the temp directory ... OK ????? See: https://win-builder.r-project.org/incoming_pretest/fda_5.1.3_20200416_225207/Debian/00check.log ?????
2003 Jun 06
4
sas vs. r
I like R more than SAS. My job is doing research on clinical trial. But I was told that FDA only accepts the result from SAS. Is that true? TOO BAD. [[alternate HTML version deleted]]
2008 Nov 01
1
cat: ./R/Copy: No such file or directory
Hello: What do you recommend I do to get past cryptic error messages from "R CMD check", complaining "No such file or directory"? The package is under SVN control, and I reverted to a version that passed "R CMD check", without eliminating the error. The "00install.out" file is short and bitter: cat: ./R/Copy: No such file or directory cat:
2009 Jan 11
2
R, clinical trials and the FDA
I hope that Marc doesn't mind, but I felt that part of his recent post was important enough to deserve it's own subject line rather then being lost in a 60-msg-long thread... On Sun, Jan 11, 2009 at 10:08 AM, Marc Schwartz <marc_schwartz at comcast.net> wrote: ... I strongly believe that the comments regarding R and the FDA are overly negative and pessimistic. The hurdles to
2007 Oct 08
2
R and FDA trials
Yesterday I just noticed the new document on R and regulatory aspects for biomedical research posted at http://www.r-project.org/doc/R-FDA.pdf Coming from an institution that performs a large number of clinical trials for FDA and being an advocate of R myself, I have found that the following issues usually come up when discussing the use of R for FDA trials: 1. Most FDA submissions come down to
2012 Sep 03
4
if(--as-cran)?
Hello, All: The fda package has tests that run too long for CRAN's current rules. I'd like to wrap some examples in a construct like the following: if(!CRAN()){ ... } I tried the following: CRAN <- function(x='_R_CHECK_CRAN_INCOMING_'){ x. <- Sys.getenv(x) xl <- as.logical(x.) notCRAN <- is.na(xl) || xl # return(!notCRAN) }
2008 Aug 22
1
R CMD check problem
I have a query after finding an error running Rtools on a Windows machine. I am trying to build an update to the R fda library using Rtools27 under Windows XP Pro. This is the current fda library on RForge: http://r-forge.r-project.org/projects/fda Following R CMD build, R CMD check produces the following error in 00Install.out: installing R.css in F:/work/RForge/fda.Rcheck make: ***
2012 Dec 05
1
NAMESPACE problem: import(zoo) but 'zoo' could not be loaded
Hello: I'm having problems creating a real NAMESPACE to replace the pro forma one in the fda package on R-Forge. "R CMD check" complains, "Error: package 'zoo' could not be loaded ... there is no package called 'zoo'"; see below. I get this both with and without "import(zoo)" in NAMESPACE. Suggestions? Thanks,
2012 Nov 16
1
discrete discriminant analysis
Hello, I am using the mda package and in particular the fda routine to classify in term of gear a set of 20 trips. I preformed a flexible discriminant analysis (FDA) using a set of 151 trips. FDAT1 <- fda(as.factor(gear) ~ . , data =matrizR) A total of 22 predictors were considered. 20 of the predictors are "numeric" and 2 are "factors/discrete". The resulting FDA
2012 May 10
1
fda problems - version correct?
Dear friends - I am trying to understand fda and working with the 2009 book from Springer. I run the scripts directly from a new installed fda library and include sessionInfo() below. This is from the script fdarm-ch09.R - I seem to have got not fda_2.2.8 but 2.2.7 - is that the problem? Where do I get .8 as I just reinstalled? Best wishes Troels Ring, Nephrology Aalborg, Denmark >
2013 Jul 01
1
tests conditioned on CRAN?
Hello: What is the recommended procedure for skipping long tests in "R CMD check --as-cran"? Some time ago, after a discussion on this list, I added the following function to the fda package: CRAN <- function (x = "_R_CHECK_TIMINGS_") { x. <- Sys.getenv(x) nchar(as.character(x.)) > 0 } However, it does not seem to be working
2007 Aug 14
0
'fda' 1.2.2 is now available on CRAN.
The fda package supports "Functional Data Analysis" and "Applied Functional Data Analysis" by Bernard Silverman and James Ramsay. Functional data analysis, which lots of us like to call "FDA", is about the analysis of information on curves or functions. FDA is a collection statistical techniques for answering questions like, "What are the main ways in which the
2007 Aug 14
0
'fda' 1.2.2 is now available on CRAN.
The fda package supports "Functional Data Analysis" and "Applied Functional Data Analysis" by Bernard Silverman and James Ramsay. Functional data analysis, which lots of us like to call "FDA", is about the analysis of information on curves or functions. FDA is a collection statistical techniques for answering questions like, "What are the main ways in which the
2011 May 30
1
Table Figures and Listings
Dear All, I am fairly new to R. I work mainly in SAS. Now, I know that SAS is approved by the FDA for submissions. My question is, does the FDA approve {R} for clinical trial submissions. Also has anyone ever tried to produce TFL's using R. I would like to know how difficult it to produce the TFL's in R as compared to SAS. I know that in SAS it is not difficult once you know