Skip to content

maeveupton/tips_for_phd_student

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tips_for_phd_student

The tips and tricks I learned during my PhD

Learning R

Bayesian resources

Github

Arxiv

  • When you have submitted your paper to a journal or before submitting (check requirements of journal to see if its allowed), then you can upload it to Arxiv and use Overleaf to tidy up the upload before submitting: https://arxiv.org/
  • You will need someone to refer you to the specific section of arxiv which may take a day to do. Watch which section of Arxiv you are uploading to, e.g. stat os stats_ML as they we require different levels of approval.

R package

  • How to make an R package follow these instructions: https://r-pkgs.org/
  • This repo has a list of all the tests that CRAN require prior to submission.

Submitting to CRAN

Submitting to Rjournal

  • Review this before you start: https://rjournal.github.io/index.html
  • There is a specific template which is set up using these instructions: https://rjournal.github.io/rjtools/
  • Becareful if naming code chunks do not use load_new, i.e. _, this leads to problems. Also % in the caption needs to be \%.
  • There is a limit of 100 MB when submitting
  • CHECK hidden files in mac. There was a .git file in mine that caused huge memory issue!
  • The RJtemplate_overleaf.zip contains the template for converting your Rjournal paper into an Overleaf format.

Installing updates/packages in R

Webscraping

Accessing papers online

Extensive list of help

Machine Learning:

About

The tips and tricks I learned during my PhD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages