• bug fixed in pkg_ref() (2024-08-26, Mon)
  • has_internet() for testing internet connection (2024-08-26, Mon)
  • pkg_ref() to access textVersion of package reference (2024-08-21, Wed)
  • export str_detect() (20024-08-19, Mon)
  • user_dir() to setup user data dir (20024-08-17, Sat)
  • which_os() to return the system name
  • has_bin() to check whether a command is exist in the system
  • mydownload() for downloading online file (2024-08-17, Sat)
    • internally use ‘httr2’ and is ‘https’ friendly
  • update bib_ggtree() and bib_knowledge() with all previous related publications (2024-08-12, Mon)
  • remove memory caching and disable file cache by default in yread() and yread_tsv() (2024-07-27, Sat)
  • bib_ggtree() and bib_knowledge() (2024-07-27, Sat)
  • yulab_msg() for startup message of packages developed by YuLab (2024-07-26, Fri)
  • str_extract() to extract substring using a regular expression pattern (2024–01-25, Thu)
  • mv translate functions to the ‘fanyi’ package (2023-12-14, Thu)
  • tools to switch from PCRE or TRE in regular expression (2023-12-13, Wed)
  • use normalizePath() in o() to convert file paths to canonical form (2023-10-06, Fri, #4)
  • change the default parameter, ref = "master" to ref = "HEAD" in the install_zip_gh() function to use the default branch of the GitHub repo (2023-10-02, Mon)
  • install_zip() allows both binary and source zip files (2023-09-20, Wed)
  • pload() for loading package with the ability to install it if not available (2023-09-16, Sat)
  • get_dependencies() and packageTitle() (2023-09-11, Mon)
  • import ‘fs’ and ‘digest’ (2023-09-07, Thu)
  • ls2df() convert list of vector to a data.frame (2023-09-01, Fri)