Re: [R-pkg-devel] could not find function of a package

2017-05-25 Thread Dason Kurkiewicz
I also recommend reinstalling and making sure it works. I also recommend making sure you actually run roxygen either via roxygenize() or devtools::document() to make sure that your changes get written to the NAMESPACE file. Your NAMESPACE on your github is a few months old still. -Dason

Re: [R-pkg-devel] unusually slow tests on win-builder

2017-06-05 Thread Dason Kurkiewicz
stamp telling you that it's producing that note 24 and 28 seconds into the check but I could be wrong. Either way the relevant output for how long the examples take look like: user system elapsed cfa 8.05 0.36 10.08 That which tells you total it took 10.08 seconds to run the examples

Re: [R-pkg-devel] Changing a package's name

2017-06-12 Thread Dason Kurkiewicz
seem like a bad person to have an association with if you ask me. Changing the package's name seems to be much too high of a cost (if even possible) to shake the extremely loose association one might see the package having with Bill Cosby. It's not like you called your package "ISIS&q

Re: [R-pkg-devel] Question about selective platform for my R package

2017-07-06 Thread Dason Kurkiewicz
What you want is to specify the OS_type in your DESCRIPTION file. This is documented in writing R extensions https://cran.r-project.org/doc/manuals/r-release/R-exts.html#The-DESCRIPTION-file -Dason Kurkiewicz On Jul 7, 2017 1:30 AM, "Disa Mhembere" wrote: > Hello, > > I mad

Re: [R-pkg-devel] Question about selective platform for my R package

2017-07-07 Thread Dason Kurkiewicz
You'll want to examine the note on the SystemRequirements field for the DESCRIPTION file in the same link as before. Actually maybe you should spend some time reading through that documentation - it's a bit dry but will get you more familiar with what's possible. -Dason Kurkiewicz

Re: [R-pkg-devel] Package required and available but unsuitable version: 'stats'

2017-07-20 Thread Dason Kurkiewicz
pecification on the minimum version of R it would know not to run on those and you won't get the errors. -Dason Kurkiewicz On Jul 20, 2017 11:43 AM, "Jernej Jevšenak" wrote: > Hi, > > recently, my first R package dendroExtra > <https://cran.r-project.org/package=dend

Re: [R-pkg-devel] The Help (e.g. links) is not working for my packages

2017-08-10 Thread Dason Kurkiewicz
It tells you what the warning is. You need to specify a license in your DESCRIPTION file. You should really fill the entire thing out properly anyways. On Aug 10, 2017 12:39 PM, wrote: > Thank you for pointing that out, this solved the ERROR in the R CMD check. > I've updated the repo. > > Unfor

Re: [R-pkg-devel] In Description file, how far removed should the depends go?

2017-08-29 Thread Dason Kurkiewicz
es that they used to import in favor of a different package and you don't notice it then you're going to end up installing a package on the user's system that they don't actually need. tldr: Just list the packages you explicitly need. -Dason Kurkiewicz On Tue, Aug 29, 2017 at

Re: [R-pkg-devel] issues with SOfun - package upload

2017-11-09 Thread Dason Kurkiewicz
Did you write it from scratch or modify the function from the package you were referencing? There may be some licensing issues you need to consider either way. -Dason On Thu, Nov 9, 2017 at 3:53 AM, LUCA BELMONTE wrote: > Dear Brian, > Dear Uwe, > > Thank you for your replies. > > I wrote a fun

Re: [R-pkg-devel] Exited with status -1073741819.

2017-11-28 Thread Dason Kurkiewicz
Do you get the same error if you try to build on the command line outside of RStudio? On Nov 28, 2017 3:51 PM, "Rampal Etienne" wrote: > Dear all, > > I updated RStudio, Rtools and R-devel, and then I tried to build a package > in RStudio that I had been able to build before without any problems

Re: [R-pkg-devel] apparent S3 methods exported but not registered

2018-03-01 Thread Dason Kurkiewicz
there should be any issues. -Dason Kurkiewicz On Mar 1, 2018 11:36 AM, "Brian G. Peterson" wrote: ... bumping this in the hopes that someone has an answer ... On Fri, 2018-01-26 at 10:35 -0600, Brian G. Peterson wrote: > I'm preparing a new release of PerformanceAnalytics, and a