Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative pour l'installation #23

Closed
Guiguik opened this issue May 22, 2019 · 2 comments
Closed

Alternative pour l'installation #23

Guiguik opened this issue May 22, 2019 · 2 comments

Comments

@Guiguik
Copy link

Guiguik commented May 22, 2019

Bonjour,

Ayant essayé tant bien que mal à installer pmeasyr, quand on est sous un proxy dont on ne connait pas les infos, devtools n'est pas très adéquat.
J'ai quand même réussi à installer pmeasyr manuellement, il serait intéressant de rajouter une section "installation manuelle" dans le guide.

Pour cela il faut installer les dépendances en premier :

install.packages(c("readr","dplyr","tidyr","magrittr","knitr","RCurl","data.table",""devtools","lubridate","forcats","sjlabelled","DBI","sqldf""));

Puis télécharger le .zip / .tar.gz , le décompresser. Lancer l'installation :
install.packages("c:/path/pmeasyr", repos = NULL, type = "source");

Voilà
Merci pour ce package et la documentation très complète !
Guillaume PEREZ

@GuillaumePressiat
Copy link
Owner

Bonjour,

En effet, l'installation manuelle n'est pas des plus aisées.
Merci de votre retour et d'avoir ajouté ce code.

"si vous ne connaissez pas le proxy, il y a une alternative !"

install.packages(c("readr", "dplyr", "tidyr",
                   "magrittr", "knitr", "RCurl",
                   "data.table", "devtools", "lubridate",
                   "forcats", "sjlabelled", "DBI",
                   "sqldf"))
install.packages("C:/path/pmeasyr", repos = NULL, type = "source")

Guillaume

@GuillaumePressiat
Copy link
Owner

J'ai référencé cette Issue sur le readme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants