Re: [Bioc-devel] Building of a package using Rcpp in R version 5.1

2018-09-05 Thread Martin Morgan
Sounds like an Rcpp question and should be asked on the Rcpp mailing list http://lists.r-forge.r-project.org/mailman/listinfo/rcpp-devel Sorry for the run-around! Martin On 09/05/2018 02:17 PM, André Luiz Molan wrote: Hi, I'm trying to create an R package using Rcpp. I am using the "Build"

[Bioc-devel] Rectifying my last e-mail (that had some wrong information): "Building of a package using Rcpp in R version 5.1"

2018-09-05 Thread André Luiz Molan
Hi, I'm trying to create an R package using Rcpp. I am using the "Build" option from RStudio and roxygen2 package. My package is build with no error messages and normally loaded. However, when I call a function from the new package, I have the following message: *Error in .Call(, x) : NULL valu

[Bioc-devel] Building of a package using Rcpp in R version 5.1

2018-09-05 Thread André Luiz Molan
Hi, I'm trying to create an R package using Rcpp. I am using the "Build" option from RStudio and roxygen2 package. My package is build with no error messages and normally loaded. However, when I call a function from the new package, I have the following message: *Error in .Call(, val1) : NULL v

Re: [Bioc-devel] Web hook push error

2018-09-05 Thread Shepherd, Lori
Your package has been accepted and officially added to the devel version of Bioconductor. You need to follow the instructions for setting up remotes and pushing to the git.bioconductor.org server. The webhook may be deactivated and is only used during the submission process. http://bioconduc

Re: [Bioc-devel] DMCHMM package new dev release

2018-09-05 Thread Shepherd, Lori
We now see the changes on the git.bioconductor.org server. The changes should be reflected in tomorrows build report. Cheers, Lori Shepherd Bioconductor Core Team Roswell Park Cancer Institute Department of Biostatistics & Bioinformatics Elm & Carlton Streets Buffalo, New York 14263 ___

Re: [Bioc-devel] DMCHMM package new dev release

2018-09-05 Thread Shepherd, Lori
If you didn't set up your remotes this link may be useful https://bioconductor.org/developers/how-to/git/sync-existing-repositories/ Lori Shepherd Bioconductor Core Team Roswell Park Cancer Institute Department of Biostatistics & Bioinformatics Elm & Carlton Streets Buffalo, New York 14

Re: [Bioc-devel] DMCHMM package new dev release

2018-09-05 Thread Farhad Shokoohi via Bioc-devel
Hello, I followed every command. Everything is up to date. MacBook-Pro:DMCHMM Farhad$ git remote add upstream g...@git.bioconductor.org:packages/DMCHMM.git fatal: remote upstream already exists. MacBook-Pro:DMCHMM Farhad$ git fetch --all Fetching origin Fetching upstream MacBook-Pro:DMCHMM F

[Bioc-devel] Web hook push error

2018-09-05 Thread Håkon Tjeldnes
I noticed today that since release, the web hook has not pushed: Web hook bar is green, with the message: can't build unless issue is open and has the '2. review in progress' label, or is closed and has the 'TESTING' label. This is for the package ORFik Have we set up the web hook in the

Re: [Bioc-devel] DMCHMM package new dev release

2018-09-05 Thread Farhad Shokoohi via Bioc-devel
Hello, I did everything mentioned in the link. I am also using Sourcetree app on Mac to commit changes but noting changes. Best, ——— Farhad Shokoohi, Ph.D. in Statistics shoko...@icloud.com > On Sep 4, 2018, at 11:59 AM, Obenchain, Valerie > wrote: > > The builds start ~5pm EST daily. Comm

Re: [Bioc-devel] Change the citation of my Bioconductor R package "BUScorrect"

2018-09-05 Thread Shepherd, Lori
Also remember if you are referring to the Citation that appears on the landing pages - packages are built once a day and the landing page could take up to 2 days to reflect the CITATION change after you push changes to the git.bioconductor.org server with a valid version bump. Lori Shepherd

Re: [Bioc-devel] Change the citation of my Bioconductor R package "BUScorrect"

2018-09-05 Thread Xiangyu Luo
Thank you very much for the information, Lori! Best regards with many thanks! Xiangyu On Wed, Sep 5, 2018 at 7:45 PM Shepherd, Lori wrote: > Also remember if you are referring to the Citation that appears on the > landing pages - packages are built once a day and the landing page could > take

Re: [Bioc-devel] Change the citation of my Bioconductor R package "BUScorrect"

2018-09-05 Thread Xiangyu Luo
Dear Martin, I greatly appreciate your super kind help! I will fix that very carefully. Thank you so much! Best regards with many thanks! Xiangyu On Wed, Sep 5, 2018 at 7:37 PM Martin Morgan wrote: > Please note, there is no CITATION file anywhere in your repository! > > Verify this for yours

Re: [Bioc-devel] Change the citation of my Bioconductor R package "BUScorrect"

2018-09-05 Thread Martin Morgan
Please note, there is no CITATION file anywhere in your repository! Verify this for yourself, if you like, by changing to a temporary location and making a new clone of your package git clone g...@git.bioconductor.org:pacakges/BUScorrect You have not added it to your local repository, or no

Re: [Bioc-devel] Change the citation of my Bioconductor R package "BUScorrect"

2018-09-05 Thread Xiangyu Luo
Dear Martin, For version 0.9.9, I inserted a CITATION into the "inst", but it did not work. Therefore, in version 0.9.10, I took the CITATION file out of the "inst", but it still did not work. Thank you so much for your patience and guidance! Best regards, Xiangyu On Wed, Sep 5, 2018 at 6:20 PM

Re: [Bioc-devel] Change the citation of my Bioconductor R package "BUScorrect"

2018-09-05 Thread Xiangyu Luo
Dear Levi, Thanks a lot for your suggestion! I actually have bumped the version number. I am reading the link you shared to see whether I made mistakes somewhere. Best regards, Xiangyu On Tue, Sep 4, 2018 at 9:18 PM Levi Waldron wrote: > And don't forget to bump your version number, and to ch

Re: [Bioc-devel] Change the citation of my Bioconductor R package "BUScorrect"

2018-09-05 Thread Martin Morgan
after I git clone g...@git.bioconductor.org:packages/BUScorrect This is the log that I see BUScorrect master$ git log --name-only -n 2 commit 5ccfa7ce4f665f3ffbc55b26a5cd81beaafd3293 Author: Xiangyu Luo Date: Fri Aug 31 19:10:32 2018 +0800 version bump DESCRIPTION commit 1a61e2971a7

Re: [Bioc-devel] Change the citation of my Bioconductor R package "BUScorrect"

2018-09-05 Thread Xiangyu Luo
Dear Martin, Thank you very much for the information! I have pushed my changes, bumped the version, and waited for a successful nightly build, but the citation result did not change. I am wondering whether the CITATION file should be in "inst" folder? Best, Xiangyu On Tue, Sep 4, 2018 at 9:0