;
>
> [[alternative HTML version deleted]]
>
> __
> R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
--
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
during R CMD check, possibly via one of the static code analysis
checks. So what you really should do is write a package with the construction
inside one of its functions or help files, and then try R CMD check --as-cran
on it. I tried a simpler way:
> library(codetools)
> foo <- func
(dsname)
> if (dsnameValue == "") dsnameValue <- datasetName
> if (length(dsnameValue) == 0) Message(gettextRcmdr("No data
> set selected."), type="warning")
> else if (is.null(package)) doItAndPrint(paste(
Error while checking: invalid 'envir' argument
>> foo: Error while checking: invalid 'envir' argument
>>
>> The envir argument to data() defaults to .GlobaEnv .
>>
>> I hope this helps,
>> John
>>
>>> -Original Message
-lblas -lgfortran -lm -lquadmath -lreadline
> -lpcre -llzma -lbz2 -lz -lrt -ldl -lm -licuuc -licui18n
> /usr/bin/ld: ../appl/dchdc.o: relocation R_X86_64_32 against `.rodata'
> can not be used when making a shared object; recompile with -fPIC
> ../appl/dchdc.o: error adding symbols: Bad value
> collect2: error: ld returne
y dependencies, etc. All of these things have their own mailing lists,
full of people that know about stuff. We do not want to duplicate their content
here, possibly with lesser competence. Plus, it clogs up the archives of _this_
list.
-pd
--
Peter Dalgaard, Professor,
Center for Statistics
___
> R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
--
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Email: pd
> Thanks again!
>
> PS: This is the link to my question in stack-overflow
>
>
>
> On Mon, Aug 10, 2015 at 1:41 PM peter dalgaard wrote:
>
> > On 10 Aug 2015, at 19:25 , Ignacio Martinez wrote:
> >
> > Hi,
> >
> > I'm learning to dev
ework/Resources
(I'm not sure that it is actually supposed to work, but apparently R CMD foo
executes 'foo' in the same environment as R CMD check et al.)
-pd
--
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg
int we could decide that the more obscure
Unices would have to install a recent version (with the R configuration
arranging to set TAR=/usr/local/bin/gtar or somesuch).
-pd
>
> Best,
> Uwe Ligges
>
>>
>> It now seems to have bothered at least two people and Dirk
Jim
>>
>> [[alternative HTML version deleted]]
>>
>> __
>> R-package-devel@r-project.org mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-package-devel
>
>
e for
> possible problems) ? Is there a way to get it from R 3.2.3 ?
>
> Thanks in advance,
>
> Patrick
>
> ______
> R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
--
Peter Dalgaard, Professor,
Center for Statistics, Copenha
g 3rd party
maintainers' work for them.)
-pd
>
> Gabor
>
>> Duncan Murdoch
> [...]
>
> __
> R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
--
Peter Dalga
gt;>[[alternative HTML version deleted]]
>>
>> __
>> R-package-devel@r-project.org mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-package-devel
>>
>
> [[alternative HTML version deleted]]
>
Not strictly what you're asking, but at some point it may be important to note
that the "QR" method used by lm() and friends (notably anova() and aov())
actually relies on successive orthogonalization. This does yield a QR
decomposition but the reverse is not true. A generic X=QR decomposition d
.com | @eddelbuettel | e...@debian.org
>
> ______
> R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
--
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solb
r-package-devel/2016q3/000983.html
> [2] https://cran.r-project.org/bin/windows/Rtools/
> [3]
> https://cran.r-project.org/doc/manuals/r-release/R-admin.html#Customizing-package-compilation
>
> [[alternative HTML version deleted]]
>
> ____
OK
>> * checking whether package 'linkedata' can be installed ... OK
>> * checking installed package size ...
>>
>>
>>
>>
>>
>> **
>> This e-mail and any attachments thereto may contain con
Just a quick heads-up, mostly for those who want to keep their packages up to
date with respect to updates of R: We intend to have a patch release on October
31. Nickname and detailed schedule will be made available on
developer.r-project.org in due course.
For the R Core Team
Peter Dalgaard
> BLAS: /usr/local/lib64/R/lib/libRblas.so
> LAPACK: /usr/local/lib64/R/lib/libRlapack.so
>
>
> source code is at http://github.com/merliseclyde/BAS
>
>
>
> Merlise A Clyde
> Professor & Chair Department of Statistical Science
> Duke University
> htt
gestions on how to get more details on what is occurring at that
> point?
>
> Thanks!
> Merlise
> From: peter dalgaard
> Sent: Tuesday, May 23, 2017 6:40 PM
> To: Merlise Clyde, Ph.D.
> Cc: r-package-devel@r-project.org
> Subject: Re: [R-pkg-devel] Help package c
es of other people).
- Peter Dalgaard
--
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Office: A 4.23
Email: pd@cbs.dk Priv: pda...@gmail.com
--
Peter Dalgaard, Professor,
Cente
I stupidly tried to solve the problem in the current version 0.3.1 of
> dynamichazard on CRAN by adding this rule in Makevars.win:
> dchur.o:
> $(F77) $(filter-out -fbounds-check,$(ALL_FFLAGS)) -c dchur.f -o dchur.o
>
> This makes all my tests pass including those that uses the
&
> )
> {
> plot(x, ...)
> do.call(graphics::legend, args)
> }
> ", file="R/testFun.R")
>
> devtools::check() # no problems - even though I only import plot, not legend
> # same thing if I use graphics::legend directly (outside of do.call)
>
>
__
>> R-package-devel@r-project.org mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-package-devel
>>
>
> __
> R-package-devel@r-project.org mailing list
> https://stat.e
s ... [4s] NOTE
> Found the following assignments to the global environment:
> File 'TSEtools/R/getTSE.R':
> assign(as.character(s), temp3, envir = as.environment(1))
>
> Please let me know, how can I eliminate this problem? I didn't find out
> any good information o
key reversion as
Swedish. "Brotherly love"...
-pd
--
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Office: A 4.23
Email: pd@cbs.dk Priv: pda...@gmail.com
t;http://imaginary.org/content/algebraic-soundscapes> | surfer-shuffle
> <http://imaginary.org/program/surfer-shuffle>
>
> [[alternative HTML version deleted]]
>
> __
> R-package-devel@r-project.org
n my CRAN submission
> comment?
>
> Tyler
>
> [[alternative HTML version deleted]]
>
> __
> R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
--
Peter Dalgaard, Professor,
C
Sorry, I forgot: We don't switch until _release_ of 3.5.0, four weeks further
down the line. Still, it doesn't seem worth it making much of a fuss about
3.3.3.
-pd
> On 24 Mar 2018, at 10:10 , peter dalgaard wrote:
>
> Given that R-oldrelease will become 3.4.4 when we
? Aren't all the subexpressions of type "par =
par" just assignments??
--
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Office: A 4.23
Email: pd@cbs
str(method[1], 1, 1), c("b", "P"))) {
>
>
> I know the variable "method" is a single character string, but to handle the
> error checking, I now explicitly tell it to use "method[1]".
--
Peter Dalgaard, Prof
t;>>
>>> Two questions:
>>>
>>> 1) What did I miss or do wrong?
>>>
>>> 2) Anyone found a way to replicate solaris CRAN builds to test packages?
>> I
>>> tried to use https://builder.r-hub.io/, but some of my package's
>&g
s, labels = letters[tens], adj = c(1,1))
>>
>> Thanks.
>>
>>[[alternative HTML version deleted]]
>>
>> __
>> R-package-devel@r-project.org mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-package-d
;
>
>
> Jared Knowles
> President, Civilytics Consulting LLC
> www.jaredknowles.com
>
> [[alternative HTML version deleted]]
>
> __
> R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman
gt; __
>> R-package-devel@r-project.org mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-package-devel
>
>
>
> --
> Statistics & Software Consulting
> GKX Group, GKX Associates Inc.
> tel: 1-877-GKX-GROUP
A classical way of encountering this is
x <- rnorm(1000)
do.call("plot", list(x))
A way out is
do.call("plot", list(quote(x)))
-pd
> On 19 Nov 2018, at 22:32 , peter dalgaard wrote:
>
> If it was just about args evaluation, then the slowness would be
o. The current version of the
> package is 1.1.1. Could this be the reason for the problem?
>
> Do you have an idea how to progress with the testing or how to locate
> the errors? Any help is welcome.
>
> Best regards,
> Wolfgang Lenhard
>
>
> [[alternative
ut so far
>> didn't find the clue.
>>
>> Seemingly it is the file with the last name that is assessed - when I rename
>> first.RData to "xfile.RData" we get 100 and 1000.
>>
>> Now and then when running ctrl-shift-L and - B we see
>>
>>
>>
>> Atta
the default is not to do so.) It
> should not be used for other data files needed by the package, and the
> convention has grown up to use directory inst/extdata for such files.
>
> All best wishes
> Troels
>
>
> -Oprindelig meddelelse-
> Fra: peter dalgaard
> Sendt:
= c('con', 'cph')), person('Tilman',
>>> 'Benkert', email = 't...@gmx.net', role = c('con', 'cph')),
>>> person('Kasper', 'Peeters', email = 'kasper.peet...@aei.mpg.de',
>>> role = c(
directory … OK
>>> [...]
>>>
>>>
>>>
>>> ## Ralf Herold
>>> ## mailto: ralf.her...@mailbox.org [S/MIME]
>>> ## https://paediatricdata.eu/
>>>
>>> __
>>> R-package-devel
> }
> }
> else {
> if(missing(data)) xt<-calculate.xtab(get(ft[1]),get(ft[2]),varnames=varnames)
> else xt<-calculate.xtab(data[,ft[1]],data[,ft[2]],varnames=varnames)
> }
> attr(xt,"class")<-"xtab"
> return(xt)
> }
&g
edures for that
> process.
>
> Any body who has managed this already? Helpful links appreciated, many
> thanks.
>
> [[alternative HTML version deleted]]
>
> __
> R-package-devel@r-project.org mailing list
> https://
t;
>> In short, you need to look more closely. On the Ubuntu 18.10 machine that I
>> type this on, sessionInfo()'s second paragraph has
>>
>> Matrix products: default
>> BLAS: /usr/lib/x86_64-linux-gnu/openblas/libblas.so.3
>> LAPACK: /usr/lib/x86_64-linu
_____
> R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
--
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)3815350
___
>> R-package-devel@r-project.org mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-package-devel
>>
>
>
> --
> John
> :wq
>
> [[alternative HTML version deleted]]
>
> __
>
g mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
--
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Office: A 4.23
Email: pd@cbs.dk Priv: pda...@gmail.com
e under this
> license:
> https://creativecommons.org/licenses/by/3.0/
>
> Raphael
>
> Le 18/09/2019 à 14:11, peter dalgaard a écrit :
>> Not a lawyer, but...
>>
>> I would expect that it depends on what license it was published under
>> originally
e HTML version deleted]]
>
> ______
> R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
--
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frede
Any suggestions?
>
> obs. I've posted this question on SO
> https://stackoverflow.com/questions/59139923/fix-non-ascii-characters-in-r-packages
>
> best,
>
> Rafael Pereira
>
> [[alternative HTML version deleted]]
>
> ____
Thanks,
>
> Rainer
>
>
> --
> Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,
> UCT), Dipl. Phys. (Germany)
>
> Orcid ID: 0000-0002-7490-0066
>
> Department of Evolutionary Biology and Environmental Studies
> University of Züric
RIPTION’ ... OK
* this is package ‘ISwR’ version ‘2.0-5’
* checking CRAN incoming feasibility ... WARNING
Maintainer: ‘Peter Dalgaard ’
Insufficient package version (submitted: 2.0.5, existing: 2.0.8)
Days since last update: 2
The Date field is over a month old.
* checking package namespace information
ings like:
>>>
>>>if(!is.null(x) && x > 0)
>>>
>>> If "x" were null then the second condition would cause an error to be
>>> thrown if you used "&" rather than "&&".
>>>
>>> I
ly.com/
>>>
>>> R packages on CRAN:
>>> CAinterprTools
>>> https://cran.r-project.org/web/packages/CAinterprTools/index.html
>>>
>>> GmAMisc
>>> https://cran.r-project.org/package=GmAMisc
>>>
>>> movecost
>>> https://cran.r-proj
e?
>>>> Is there a general policy about this matter?
>>>>
>>>> Adelchi Azzalini
>>>> http://azzalini.stat.unipd.it/
>>>>
>>>> __
>>>> r-h...@r-project.org mailing list -- To UNSUBSCRIBE and more, see
&g
56 matches
Mail list logo