Giter Club home page Giter Club logo

latinr

latinr is a package that streamlines the submission process to the LatinR conference.

Installation

You can install latinr from GitHub with:

# install.packages("devtools")
devtools::install_github("latinr/latinr")

Optionally, latinr can use the keyring package to safely store your credentials. In unix-based platforms, you might need to install libsodium manually. You can do this by typing one of the following commands in your terminal:

  • sudo apt install libsodium-dev in Debian, Ubuntu, and derivatives.

  • yum install libsodium-devel in Fedora, EPEL.

  • brew install libsodium in OSX.

And then:

install.packages("keyring")

Usage

If you are going to submit an article to LatinR, you will need to create an user at https://easychair.org/conferences/?conf=latinr2021. Then, use

latinr:::latinr_password_set()

to save your credentials in your machine.

To start writing your submission, in RStudio, go to File -> New File -> R Markdown -> From Template and choose “LatinR submission article”. This will give you an example article that uses the correct template and has the important metadata.

Alternatively, you can use the UI wizard with latinr::latinr_wizard(). It will open up a shiny interface to help you populate your submission and then save the result into a file.

When you finish writing your article, use latinr::latinr_submit(). By default, it will check that the metadata is in order, will render your rmarkdown file with anonymisation and upload it to the confference. If everything was in order, you will receive an email.

As a last step, check that your submission is in the website with the correct information.

LatinR's Projects

talleres-2020 icon talleres-2020

Información sobre los talleres en línea de la versión 2020 de LatinR

uso-open-review icon uso-open-review

Indicaciones sobre cómo usar OpenReview para el proceso de evaluación de propuestas

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.