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

Fix change config yml loc #1042

Commits on Jul 2, 2022

  1. fix(config): unifying config manipulation

    All config manipulation now go through amend_golem_config.
    This allows to be sure that the !expr are not lost
    
    Close ThinkR-open#709
    ColinFay committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    19c49dd View commit details
    Browse the repository at this point in the history
  2. fix(CI): correct path check

    ColinFay committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    d2554bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ab7efa View commit details
    Browse the repository at this point in the history
  4. feature(creation): create golem only set the app name

    There is no need to set things that are already set in the yaml
    ColinFay committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    b79c7b3 View commit details
    Browse the repository at this point in the history
  5. feat(create_golem): No name change in the YAML

    The name is already set by the function that gsub in the files
    so there is no need to do it one extra time
    ColinFay committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    f793017 View commit details
    Browse the repository at this point in the history
  6. fix(option-setting): don't change to expr before passing to set_golem…

    …_wd()
    
    The attr is not set before being passed to set_golem_wd() in set_golem_options()
    ColinFay committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    818987a View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. chore(file): file splitting & renaming

    The yaml manimpulation functions are now separated
    in various files
    ColinFay committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    3f9fcb3 View commit details
    Browse the repository at this point in the history
  2. fix(config): Use the correct env var in get_golem_*

    The get_golem_* didn't rely on the GOLEM_CONFIG_ACTIVE  env_var
    ColinFay committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    a7c04cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b420bd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    411f952 View commit details
    Browse the repository at this point in the history
  5. feat(config): get_golem_* now tries to guess if not found in yaml

    + get_golem_wd tries golem::pkg_path
    + get_golem_name tries pkg_name
    + get_golem_version tries pkg_version
    ColinFay committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    30ec5d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    05033a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c07cf9c View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    709a382 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    5004b04 View commit details
    Browse the repository at this point in the history
  2. feat: add support for docker & {renv} (ThinkR-open#882) (ThinkR-open#889

    )
    
    Co-authored-by: Colin Fay <[email protected]>
    Co-authored-by: vincent guyader <[email protected]>
    ColinFay and VincentGuyader authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    210db93 View commit details
    Browse the repository at this point in the history
  3. doc: bump dev version

    ColinFay committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    fe1d12d View commit details
    Browse the repository at this point in the history
  4. bug: fixed bug with check_installed

    Hotfix because of the dirty way we released
    version 0.3.3
    ColinFay committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    8b22ea8 View commit details
    Browse the repository at this point in the history
  5. chore: added an EOF

    ColinFay committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    cc2ba3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    853790d View commit details
    Browse the repository at this point in the history
  7. chore: reindent

    ColinFay committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    9d51302 View commit details
    Browse the repository at this point in the history
  8. chore: changed indentatino

    ColinFay committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    75ee807 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    828f3de View commit details
    Browse the repository at this point in the history
  2. chore: added some comments

    ColinFay committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    a6ac858 View commit details
    Browse the repository at this point in the history
  3. doc: re-built the doc

    ColinFay committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    3ba39ee View commit details
    Browse the repository at this point in the history
  4. fix: issue with param names

    path is now renamed pkg
    ColinFay committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    b556255 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0598cae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6827572 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ffb491c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    48f78fe View commit details
    Browse the repository at this point in the history
  9. fix(config): unifying config manipulation

    All config manipulation now go through amend_golem_config.
    This allows to be sure that the !expr are not lost
    
    Close ThinkR-open#709
    ColinFay committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    d6b5670 View commit details
    Browse the repository at this point in the history
  10. fix(CI): correct path check

    ColinFay committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    4d3a5bb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6aa325f View commit details
    Browse the repository at this point in the history
  12. feature(creation): create golem only set the app name

    There is no need to set things that are already set in the yaml
    ColinFay committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    70d2471 View commit details
    Browse the repository at this point in the history
  13. feat(create_golem): No name change in the YAML

    The name is already set by the function that gsub in the files
    so there is no need to do it one extra time
    ColinFay committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    9a988e2 View commit details
    Browse the repository at this point in the history
  14. fix(option-setting): don't change to expr before passing to set_golem…

    …_wd()
    
    The attr is not set before being passed to set_golem_wd() in set_golem_options()
    ColinFay committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    ca5a007 View commit details
    Browse the repository at this point in the history
  15. chore(file): file splitting & renaming

    The yaml manimpulation functions are now separated
    in various files
    ColinFay committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    ddf241c View commit details
    Browse the repository at this point in the history
  16. fix(config): Use the correct env var in get_golem_*

    The get_golem_* didn't rely on the GOLEM_CONFIG_ACTIVE  env_var
    ColinFay committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    6615842 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4e221a6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    15df875 View commit details
    Browse the repository at this point in the history
  19. feat(config): get_golem_* now tries to guess if not found in yaml

    + get_golem_wd tries golem::pkg_path
    + get_golem_name tries pkg_name
    + get_golem_version tries pkg_version
    ColinFay committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    1b92965 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    feda561 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e5df612 View commit details
    Browse the repository at this point in the history
  22. chore: changed indentatino

    ColinFay committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    a386650 View commit details
    Browse the repository at this point in the history
  23. chore: added some comments

    ColinFay committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    4472ae0 View commit details
    Browse the repository at this point in the history
  24. fix: issue with param names

    path is now renamed pkg
    ColinFay committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    57869e4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    78ae7a7 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    bdc2b4f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e21105a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0d7f6ae View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c176cb3 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    0171378 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    61ad01c View commit details
    Browse the repository at this point in the history
  32. doc: funs documented & param names

    - Unified param name for pkg/path
    - set_golem_wd() is now correctly documented
    ColinFay committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    c2907e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. fix: issue with pkg_path when not in project

    Move to here::here() for now
    ColinFay committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    d4fc8f8 View commit details
    Browse the repository at this point in the history
  2. feat: create add_partial_html_template() (ThinkR-open#894)

    Co-authored-by: Colin Fay <[email protected]>
    Co-authored-by: vincent guyader <[email protected]>
    3 people authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    8cbad80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b14678f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fe8477 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    8dad728 View commit details
    Browse the repository at this point in the history
  2. doc: NEWS & Version bump

    ColinFay committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    18f762f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    45b3e20 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    f7fdf74 View commit details
    Browse the repository at this point in the history
  2. fix(config): unifying config manipulation

    All config manipulation now go through amend_golem_config.
    This allows to be sure that the !expr are not lost
    
    Close ThinkR-open#709
    ColinFay authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    18a2a9b View commit details
    Browse the repository at this point in the history
  3. chore: linter

    ColinFay committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    3bace0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f951d9 View commit details
    Browse the repository at this point in the history
  5. doc: Added min version for rlang

    To use rlang::check_install(version = ), we need at least {rlang) 1.0.0
    
    Close ThinkR-open#905
    ColinFay committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    e73b02d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26bfc13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50b54d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. fix: add_ fns can no longer take length(name) > 1 (ThinkR-open#910)

    Functions that add or use files can no
    longer take an argument name of
    length() > 1
    
    close ThinkR-open#781
    ColinFay authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    d4a25b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb391e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e54e2f2 View commit details
    Browse the repository at this point in the history
  4. doc: undocumented object

    Used .... instead of ...
    ColinFay committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    d20e6a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    36bd423 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7ed156 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Configuration menu
    Copy the full SHA
    131f03d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7ae1a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    3d3d951 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d53e9f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    da97c1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6934693 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e64fd04 View commit details
    Browse the repository at this point in the history
  4. chore: version bump

    We needed to release a version for golem to stay on CRAN
    but a real release was not ready,
    hence a small 0.3.4
    ColinFay committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    07e31b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5aae6b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6f3fad View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    9a809bb View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    4f77e1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0313b59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b072a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    6bf0f55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d752bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e5d92a View commit details
    Browse the repository at this point in the history
  4. chore: version bump

    We needed to release a version for golem to stay on CRAN
    but a real release was not ready,
    hence a small 0.3.4
    ColinFay committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    8eb0719 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1238ce9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f0eb33 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b68398 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fccedc8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    beeda81 View commit details
    Browse the repository at this point in the history
  10. chore: merge after rebase

    Merge branch 'dev' of https://github.com/ThinkR-open/golem into dev
    
    # Conflicts:
    #	DESCRIPTION
    #	NEWS.md
    #	R/add_dockerfiles.R
    #	R/modules_fn.R
    #	man/dockerfiles.Rd
    #	tests/testthat/test-zzzzzzzzzz.R
    ColinFay committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    6d4c532 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a1f80f5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5c4d10e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d630bc0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    842d0c3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    38df42c View commit details
    Browse the repository at this point in the history
  16. style: styler changes

    ColinFay committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    a75e828 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    f8461c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. feat: Create html template for maintenance mode

    Issue Add a maintenance mode ? ThinkR-open#820
    ArthurData authored and ColinFay committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    43a40f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    568a624 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3267323 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f32f753 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc608c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Fix 944 and correct CI

    * fix ThinkR-open#944
    
    force lowercase for package name in Dockerfile
    
    * check_is_installed is back again instead of fs_file_copy for dockerfile creation 
    
    * set version to 0.3.5.9001
    VincentGuyader authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    89b40cb View commit details
    Browse the repository at this point in the history
  2. Fix 944 and correct CI (ThinkR-open#947)

    * fix ThinkR-open#944
    
    force lowercase for package name in Dockerfile
    
    * check_is_installed is back again instead of fs_file_copy for dockerfile creation 
    
    * set version to 0.3.5.9001
    VincentGuyader authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    acc054b View commit details
    Browse the repository at this point in the history
  3. fix dev branch (ThinkR-open#948)

    * fix allow pkgload no to be installed
    
    * fix document_and_reload rd
    
    * chore update NEWS and bump version
    
    * fix force repos in test to avoid  "trying to use CRAN without setting a mirror"
    VincentGuyader authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    5c75618 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. chore hotfix pkgdown

    VincentGuyader committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    7a9debb View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. draft : 950 without cli (ThinkR-open#951)

    * remove cli and crayon from hard deps
    VincentGuyader authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    63ac852 View commit details
    Browse the repository at this point in the history
  2. update maintenance mode (ThinkR-open#952)

    * fix pkgdown
    
    * explain maintenance mode
    VincentGuyader authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    5a5ec0b View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. feat: remove rstudioapi hard dep (ThinkR-open#955)

    * feat: remove rstudioapi hard dep
    
    * remove rstudioapi from NAMESPACE
    
    Co-authored-by: Colin Fay <[email protected]>
    VincentGuyader and ColinFay authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    ebf8680 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. fix ThinkR-open#956 improve get_golem_options doc (ThinkR-open#957)

    * fix ThinkR-open#956 improve get_golem_options doc
    
    * fix doc
    
    * add news
    VincentGuyader authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    135560b View commit details
    Browse the repository at this point in the history
  2. fix 958 save all before run_dev.R (ThinkR-open#959)

    * fix 958 save all before run_dev.R
    
    * add news
    VincentGuyader authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    e8527de View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. doc: version bump & readme

    ColinFay committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    54b38b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. style: linter

    ColinFay committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    08577f4 View commit details
    Browse the repository at this point in the history
  2. styler: linter bis

    ColinFay committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    cf76381 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e394e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c714bdf View commit details
    Browse the repository at this point in the history
  5. doc: entry in news

    ColinFay committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    525e97d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c869d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22f3467 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a0b428 View commit details
    Browse the repository at this point in the history
  9. doc: news update

    ColinFay committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    9ce9150 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    85a8211 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e761c3b View commit details
    Browse the repository at this point in the history
  12. fix: hotix typo

    ColinFay committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    942c998 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bf03e50 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Update add_dockerfiles_renv.R (ThinkR-open#976)

    fix : allow using `add_dockerfile_with_renv without` attachment and/or detect if package is missing
    VincentGuyader authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    5eb61fb View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. fix: allow to build readme in 01_start

    tags: fix, doc
    
    Why?  
    
    - I need to be able to commit right after running the complete "dev/01_dev.R"
    
    How?
    
    - To commit, I need the Readme.md file to be created, after I created the Readme.Rmd file.
    - devtools::build_readme() allows to install the package temporarily with its last version to be able to knit the Readme.Rmd in the last good conditions
    statnmap authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    3e11e48 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Merge pull request ThinkR-open#979 from ThinkR-open/dev-build-readme

    fix: allow to build readme in 01_start
    VincentGuyader authored Jan 29, 2023
    Configuration menu
    Copy the full SHA
    c60f62d View commit details
    Browse the repository at this point in the history
  2. draft : Temp (ThinkR-open#977)

    * Pass `require_suggets` to `attachment_create_renv_for_prod`
    
    * feat : force check_if_suggests_is_installed = FALSE in renv creation
    
    * feat : add test to check suggested package are not in renv.lock
    
    * fix : explictly use library(appname) before launching an app un Dockerfile
    
    issue : ThinkR-open#978
    
    * fix : update add_dockerfile_with_renv
    
    * fix : check_installed is more cleaver
    
    * fix : add {renv} to dev_deps (its already in {dockerfiler}'s deps, but it seems safer to do this.
    
    ---------
    
    Co-authored-by: Stephen Holsenbeck <[email protected]>
    VincentGuyader and yogat3ch authored Jan 29, 2023
    Configuration menu
    Copy the full SHA
    e1142e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f576d0f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Fix ThinkR-open#993

    ilyaZar committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    da7cbe7 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    9f8630f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c09c01 View commit details
    Browse the repository at this point in the history
  3. ci: forcing the repos

    ColinFay committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    bbcc392 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. ci: updated GA

    ColinFay committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    a926b4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9051e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. doc: only one return tag

    ColinFay committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    585cc03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b4018a View commit details
    Browse the repository at this point in the history
  3. Fix 944 and correct CI

    * fix ThinkR-open#944
    
    force lowercase for package name in Dockerfile
    
    * check_is_installed is back again instead of fs_file_copy for dockerfile creation
    
    * set version to 0.3.5.9001
    VincentGuyader authored and ColinFay committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    08f050f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    383644f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e79e54 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce67fa5 View commit details
    Browse the repository at this point in the history
  7. deploy: CRAN submission

    ColinFay committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    2637ab1 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. feat: is_golem tries to guess if current folder is a golem based app

    This can be used to check
    before running a module/project template
    
    close issue ThinkR-open#836
    ColinFay committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    0301565 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1439d56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b764eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60ec1f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    487dedf View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Fix 987

    ilyaZar authored and ColinFay committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    7917d2b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Add function body upon call to add_fct

    - fix 1004 adding bare skeleton function body
    - function name taken from 'name' arg to add_fct
    ilyaZar authored and ColinFay committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    c9dbc80 View commit details
    Browse the repository at this point in the history
  2. Change to lean function body

    ilyaZar authored and ColinFay committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    97b31e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00d6327 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22a896a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    c99bbb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Add -it flag when run docker so ^C still works

    Add -it flag when run docker so ^C still works
    ivokwee authored and ColinFay committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    6d44c61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08520c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa87e62 View commit details
    Browse the repository at this point in the history
  4. Add use_readme_rmd()

    - check if README.Rmd exists; throw error if arg overwrite = FALSE, but overwrite if TRUE
    - uses a template from a function that returns an appropriate character
    - sets devtools::check chunk with option error=TRUE at the moment to ease testing this feature
    
    Possible To-Dos:
    
    - use smarter template e.g. from specific template-file.Rmd a-la usethis+whisker
    - add use_readme_md() that adds the correspodining .md file
    ilyaZar authored and ColinFay committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    c5fbc5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11eeea2 View commit details
    Browse the repository at this point in the history
  6. feat: implement use_readme_rmd

    - Rework of @ilyaZar first implem
    
    Issue ThinkR-open#1011
    ColinFay committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    d92d6f3 View commit details
    Browse the repository at this point in the history
  7. fix: typo in doc

    ColinFay committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    446b149 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7fba280 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b44502c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    29d15c1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7ec50d0 View commit details
    Browse the repository at this point in the history
  12. docs: improve explanation comments in 01_start

    - add more precise description for each argument in fill_desc()
    - change some capital letters to lower case in fill_desc() comments
    ilyaZar authored and ColinFay committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    49de774 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c318e24 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4386a7c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    415f505 View commit details
    Browse the repository at this point in the history
  16. style: indentation

    ColinFay committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    879ebdf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    73a3a17 View commit details
    Browse the repository at this point in the history
  18. fix: improve code coverage for R/golem_utils_ui.R

    - fix missing tests for make_action_button
    - possible bugfix for make_action_button
        - check with grepl instead of grep to avoid numeric(0) in
        if-statement which would make the corresponding test fail
        for button_6: class attribute present but not equal to
        "action-button" gives an error
    ilyaZar authored and ColinFay committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    3cb6494 View commit details
    Browse the repository at this point in the history
  19. fix: make code coverage of R/golem_utils_ui.R 100%

    - fix missing test for undisplay
    ilyaZar authored and ColinFay committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    e609c52 View commit details
    Browse the repository at this point in the history
  20. fix: make code coverage of R/golem_utils_server.R 100%

    - add missing tests for rv and rvtl
    ilyaZar authored and ColinFay committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    4c6885a View commit details
    Browse the repository at this point in the history
  21. style: formatting

    ColinFay committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    9cfa0c6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    90c09d9 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Fix 997 in two ways

    1. add a double check to look for modules with names starting with "mod_mod_xxx" (see R/add_r_files.R)
    
    2. add syntax check for module names to add_module(): explicitly ask the user if s/he wants to name her module "mod_xxx" or "mod_mod_xxx"
    ilyaZar authored and ColinFay committed May 16, 2023
    Configuration menu
    Copy the full SHA
    5ad4e21 View commit details
    Browse the repository at this point in the history
  2. feat: adding an alert info

    ColinFay committed May 16, 2023
    Configuration menu
    Copy the full SHA
    886e9f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bea0407 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72efe62 View commit details
    Browse the repository at this point in the history
  5. fix: set_golem_name updates name for ./tests content

    - save old golem name in tmp-variable and use helper-func inside set_golem_name() to overwrite tests/testthat.R
    - helper-func screens for old_name instances and replaces them with new_name
    
    Refs: ThinkR-open#805
    ilyaZar authored and ColinFay committed May 16, 2023
    Configuration menu
    Copy the full SHA
    72ee972 View commit details
    Browse the repository at this point in the history
  6. fix: set_golem_name updates name for ./vignettes content

    - save <old_name> in tmp-variable and use helper-func inside set_golem_name() to change file name from "vignettes/<old_name>.R" to "vignettes/<new_name>.R"
    - helper-func screens for old_name instances inside <vignettes/<old_name>.R> and replaces them with new_name, then saves output to "vignettes/<new_name>.R"
    
    Refs: ThinkR-open#805
    ilyaZar authored and ColinFay committed May 16, 2023
    Configuration menu
    Copy the full SHA
    8e23a43 View commit details
    Browse the repository at this point in the history
  7. feat: message and path

    - adding a message to the user to check for
    other places for the name
    - passing the path to sub functions
    ColinFay committed May 16, 2023
    Configuration menu
    Copy the full SHA
    61e1556 View commit details
    Browse the repository at this point in the history
  8. hofix: changing to sprintf

    ColinFay committed May 16, 2023
    Configuration menu
    Copy the full SHA
    0255f45 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ed7e0b9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b72e98f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e2428c9 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. fix: allow golem to use person vector

    - remove 'author_XXX' args and replace with 'authors'
    - make 'authors' arg default to class 'person'
    - use class check on 'authors', throw error if it fails
    - use desc$set_authors
    
    This mostly draws from the ideas of @jmeyer2482 and @ColinFay:
    
    Co-authored-by: Colin Fay <[email protected]>
    Co-authored-by: jmeyer2482 <[email protected]>
    3 people committed May 17, 2023
    Configuration menu
    Copy the full SHA
    b97bbe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d93fdb8 View commit details
    Browse the repository at this point in the history
  3. docs: update vignette

    - update vignette/a_start.Rmd with new fill_desc() interface
    - delete some redundant whitespaces in same file
    ilyaZar authored and ColinFay committed May 17, 2023
    Configuration menu
    Copy the full SHA
    a807104 View commit details
    Browse the repository at this point in the history
  4. refactor: update tests for fill_desc()

    - changes since values of authors are of type person() which
        requires parsing the entries
    ilyaZar authored and ColinFay committed May 17, 2023
    Configuration menu
    Copy the full SHA
    0a529ca View commit details
    Browse the repository at this point in the history
  5. refactor: update inst/mantests/build.R

    - adjust interace of fill_desc() so build.R runs smoothly
    ilyaZar authored and ColinFay committed May 17, 2023
    Configuration menu
    Copy the full SHA
    7fe0915 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e21f41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b9767c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    090a6fc View commit details
    Browse the repository at this point in the history
  9. Revert "Add -it flag when run docker so ^C still works"

    This reverts commit ac237d5.
    ColinFay committed May 17, 2023
    Configuration menu
    Copy the full SHA
    c7533e4 View commit details
    Browse the repository at this point in the history
  10. ci: code coverage

    ColinFay committed May 17, 2023
    Configuration menu
    Copy the full SHA
    aa9bfb2 View commit details
    Browse the repository at this point in the history
  11. Fix 987

    ilyaZar authored and ColinFay committed May 17, 2023
    Configuration menu
    Copy the full SHA
    f730550 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. refactor: merge commit from branch fix-change-config-yml-loc

    Merge branch 'fix-change-config-yml-loc' of https://github.com/ThinkR-open/golem into fix-change-config-yml-loc
    
    # Conflicts:
    #	R/config.R
    #	tests/testthat/test-config.R
    ilyaZar committed May 24, 2023
    Configuration menu
    Copy the full SHA
    84d807e View commit details
    Browse the repository at this point in the history
  2. fix: add user supplied path to config for guess_where_config()

    - add helper try_user_config_location() that searchers for the new config location which is to be set inside R/app_config.R
    - update guess_where_config() with a final guess using this helper
    ilyaZar committed May 24, 2023
    Configuration menu
    Copy the full SHA
    41d3c77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30687a1 View commit details
    Browse the repository at this point in the history