similar to: Objects created by more than one data call?

Displaying 20 results from an estimated 700 matches similar to: "Objects created by more than one data call?"

2007 Nov 28
2
extracting year an month from ts data set
I have an ascii data set of monthly observation starting in Jan 1946 with a header. hstarts 57 65 95 103 103 97 94 . . . Which I read with the following code tab6.1<-ts(read.table(fname, header=TRUE),frequency=12,start=c(1946,1)) I would like to run a time series model with dummy variables for each month. If I had a variable which take values from 1 to 12 indicating the month I could use
2007 Dec 05
1
Working with "ts" objects
I am relatively new to R and object oriented programming. I have relied on SAS for most of my data analysis. I teach an introductory undergraduate forecasting course using the Diebold text and I am considering using R in addition to SAS and Eviews in the course. I work primarily with univariate or multivariate time series data. I am having a great deal of difficulty understanding and working with
2017 Nov 23
2
Bug in R CMD INSTALL when handling invalid LazyData DESCRIPTION field
Hi, I think I'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,
2019 Jun 28
1
R-Forge > GitHub?
Re your point 3: Because you have managed to create a GitHub version of your repository that is not a fork of https://github.com/rforge/ecdat, but its own independent repository, contacting GitHub support might not be the right way forward. Note that https://github.com/rforge is simply a read-only mirror of the complete R-Forge repository (and at least to me it is unclear of whether GitHub itself
2012 Nov 06
1
LazyData: no / yes
Hi the list I have package foo0 with a big dataset 'myData'. In DESCRIPTION, if I use 'LazyData: no', then I get: - when I open a R session : memory used=20 908 - when I attach 'library(foo0)' : memory used=24364 - then I load the set 'data(myData)' : memory used=39 668 If I use LazyData: yes', then I get - when I open a R session : memory used=20 908
2019 Jun 29
2
R-Forge > GitHub?
Hi, Henrik et al.: ????? What's your favorite documentation on how to make two GitHub projects from one containing two packages? ????? Currently, "github.com/sbgraves237/Ecdat" consists primarily of a directory "pkg" with subdirectories "Ecdat" and "Ecfun" containing the two packages.? I need to know how to do the following: ??? ??????? 1.?
2019 Jun 30
2
R-Forge > GitHub?
On Sat, Jun 29, 2019 at 9:46 PM Joshua Ulrich <josh.m.ulrich at gmail.com> wrote: > > On Sat, Jun 29, 2019 at 6:06 PM Spencer Graves > <spencer.graves at prodsyse.com> wrote: > > > > Hi, Henrik et al.: > > > > > > What's your favorite documentation on how to make two GitHub > > projects from one containing two packages? > >
2019 Jul 01
2
R-Forge > GitHub?
Apparently you created id_rsa key pair with a passphrase. Passphrase is like an additional password protection layer on your ssh key. I don't know how did you create it. But you can always create a new one (you should delete the old one before you create a new one) using the shell command 'ssh-keygen'. It asks for a passphrase, just push enter for an empty passphrase (twice). You
2019 Jul 15
2
GitHub passwords in .git/config?
I'm diverging:? Now I get: >>> git pull ssh: Could not resolve hostname github.com:sbgraves237: nodename nor servname provided, or not known fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ????? ** With .git/config as follows: [core] ??? repositoryformatversion = 0 ??? filemode = true ??? bare =
2019 Jun 29
2
R-Forge > GitHub?
Hi, Ott et al.: ????? What's the best way to get "Travis CI" to build and test the two packages, Ecdat and Ecfun, that have long been combined in the Ecdat project? ????? Following Ott's advice and studying studying Wickham's "R Packages" (http://r-pkgs.had.co.nz/), I was able to configure RStudio so it would sync using git with
2017 Jul 03
1
The ByteCompile & LazyLoading fields
Hi, In the DESCRIPTION file the ByteCompile and LazyLoading arguments appear to accept any value. >From the manual the field should be a "logical field". However, authors interpret this in a variety of ways: unique(tools::CRAN_package_db()$ByteCompile) # [1] NA "TRUE" "yes" "true" "Yes" "no" #
2019 Jun 26
1
R-Forge > GitHub?
????? Thanks.? I'm still having problems: ??? ??????? 1.? I went to "github.com" and logged in with my standard GitHub account ??? ??????? 2.? Then I clicked "+" in the upper right, just left of my GitHub ID icon, and selected "Import a repository", as Lionel suggested. ??? ??????? 3.? " Your old repository?s clone URL" =
2007 Nov 14
3
When to use LazyLoad, LazyData and ZipData?
Dear developeRs, I've searched the documentation, FAQ, and mailing lists, but haven't found the answer(*) to the following: When should one specify LazyLoad, LazyData, and ZipData? And what is the default if they are left unspecified? (*)Except that 1) If the package you are writing uses the methods package, specify LazyLoad: yes, and 2) The optional ZipData field controls whether the
2016 Oct 08
4
optim(…, method=‘L-BFGS-B’) stops with an error message while violating the lower bound
Hello: The development version of Ecdat on R-Forge contains a vignette in which optim(?, method=?L-BFGS-B?) stops with an error message while violating the lower bound. To see all the details, try the following: install.packages("Ecdat", repos="http://R-Forge.R-project.org") Then do "help(pac=Ecdat)" -> "User guides, package
2010 Nov 27
1
How to remove a package.
Hi folks, library(AER) data() I found the datasets of AER package. But I couldn't remove AER with: either detach("package:AER") or detach("package:AER", unload = TRUE) data() still found "car" there. What will be the correct way to remove it? TIA Besides:- I couldn't find EcDat > library(EcDat) Error in library(EcDat) : there is no package
2019 Jun 26
1
R-Forge > GitHub?
????? Thanks to Duncan, Lionel and Henrik for their quick replies. I have further questions: ??? ?? ???? 1.? Will GitHub automatically transfer the commits I made to R-Forge in the past couple of days?? R-Forge is now at Rev. 420, and GitHub is still at 418.? Will 419 and 420 be automatically mirrored onto "https://github.com/rforge/ecdat" sometime in the next 24 hours or so?? Is
2019 Jun 29
2
R-Forge > GitHub?
Thanks to Duncan, Henrik and Henrik, Brian, and G?bor: ????? I created a local copy of the new GitHub version using the following: git clone https://sbgraves237:mypassword at github.com/sbgraves237/Ecdat.git ????? That worked in the sense that I got a local copy.? However, after I rolled the version number and did "git commit" on the DESCRIPTION files, my "git push"
2019 Jul 15
3
GitHub passwords in .git/config?
On 2019-07-15 10:56, Dirk Eddelbuettel wrote: > <snip> > > > Don't write passwords down like this. Your error is likely in expecting _ssh_ > authentication over _https_ -- when it works only over ssh. Use the alternate > form for a remote e.g. one that looks like git at github.com:emacs-ess/ESS.git ????? I'm confused.? I changed that line to: ??? ?? ? ?? url =
2019 Jun 28
2
R-Forge > GitHub?
On Fri, Jun 28, 2019 at 6:01 AM Spencer Graves <spencer.graves at prodsyse.com> wrote: [...] > 1. Clone a copy of "https://github.com/sbgraves237/Ecdat" > to my local computer and confirm that it works. > I suggest you put each package in its own repository, because our R tooling (e.g. Travis CI, etc.) works best if you do that. This is quite easy to do
2014 Sep 04
1
R CMD check --as-cran does not show all error messages.
Hello, That is my first post here and I'd like to thanks everybody in advance. I am writing a package with some R functions and try to submit it to CRAN. After build and check the package a number of times, I am struggling with the fact that the CRAN people responsible for checking packages are replying me with some mistakes that I just do NOT get when I do the check in my computer. With the