{"id":22322928,"url":"https://github.com/rte-antares-rpackage/antaresdev","last_synced_at":"2025-03-26T05:12:24.118Z","repository":{"id":83451383,"uuid":"81467984","full_name":"rte-antares-rpackage/antaresDev","owner":"rte-antares-rpackage","description":null,"archived":false,"fork":false,"pushed_at":"2018-06-13T12:17:45.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-31T06:48:02.301Z","etag":null,"topics":["adequacy","antares","energy","monte-carlo-simulation","optimization","r","rte","simulation","tyndp"],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rte-antares-rpackage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-02-09T16:04:23.000Z","updated_at":"2018-06-13T12:17:46.000Z","dependencies_parsed_at":"2023-09-24T13:38:13.642Z","dependency_job_id":null,"html_url":"https://github.com/rte-antares-rpackage/antaresDev","commit_stats":{"total_commits":14,"total_committers":2,"mean_commits":7.0,"dds":0.2857142857142857,"last_synced_commit":"ea26bb446eb97105bffa4656c16cd2be9cafec79"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rte-antares-rpackage%2FantaresDev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rte-antares-rpackage%2FantaresDev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rte-antares-rpackage%2FantaresDev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rte-antares-rpackage%2FantaresDev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rte-antares-rpackage","download_url":"https://codeload.github.com/rte-antares-rpackage/antaresDev/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245591587,"owners_count":20640692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adequacy","antares","energy","monte-carlo-simulation","optimization","r","rte","simulation","tyndp"],"created_at":"2024-12-04T01:08:50.540Z","updated_at":"2025-03-26T05:12:24.094Z","avatar_url":"https://github.com/rte-antares-rpackage.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"\r\n[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/rte-antares-rpackage/antaresDev?branch=master\u0026svg=true)](https://ci.appveyor.com/project/rte-antares-rpackage/antaresDev)[![Travis-CI Build Status](https://travis-ci.org/rte-antares-rpackage/antaresDev.svg?branch=master)](https://travis-ci.org/rte-antares-rpackage/antaresDev)[![Coverage Status](https://img.shields.io/codecov/c/github/rte-antares-rpackage/antaresDev/master.svg)](https://codecov.io/github/rte-antares-rpackage/antaresDev?branch=master)\r\n\r\n\r\n\r\n# antares-rpackageUtils\r\n\r\n# Fixing CRLF conversion\r\n\r\nLike explain [here](https://github.com/krlmlr/r-appveyor), use a .gitattributes file that takes care of fixing CRLF conversion settings that are relevant on Windows. [The one in this repo](/.gitattributes) can be used for starters.\r\n\r\n# Check your package with r-hub \r\n\r\nwith R / RStudio, see : https://github.com/r-hub/rhub with this command \r\n\r\n```R\r\ncheck_for_cran()\r\n```\r\n\r\nor directly with a website : https://builder.r-hub.io/\r\n\r\nIf you have some error like this \r\n\r\n```R\r\ncheck_for_cran()\r\nError in curl::curl_fetch_memory(url, handle = handle) : \r\n  error setting certificate verify locations:\r\n  CAfile: /mingw64/ssl/certs/ca-bundle.crt\r\n  CApath: none\r\n  \r\n```\r\n\r\nYou must set your proxy \r\n\r\n ```R\r\n#by example ....\r\nSys.setenv(http_proxy=\"http://IP_PROXY:PORT_PROXY\")\r\nSys.setenv(https_proxy=\"http://IP_PROXY:PORT_PROXY\"\r\n\r\n#check your parameter \r\nSys.getenv(\"http_proxy\")\r\nSys.getenv(\"https_proxy\")\r\n\r\n#For rte\r\n \r\nSys.setenv(http_proxy=\"http://NNI:Mdp@IP_PROXY:PORT_PROXY\")\r\nSys.setenv(https_proxy=\"http://NNI:Mdp@IP_PROXY:PORT_PROXY\")\r\n\r\n \r\n ```\r\n\r\n# Naming convention in antaresPackages\r\n\r\nFollow Hadley Style : http://adv-r.had.co.nz/Style.html\r\n\r\nDON'T Follow Google R'Style, see : http://www.edii.uclm.es/~useR-2013/slides/145.pdf\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frte-antares-rpackage%2Fantaresdev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frte-antares-rpackage%2Fantaresdev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frte-antares-rpackage%2Fantaresdev/lists"}