{"id":29542492,"url":"https://github.com/bijoy1243/unitconverter","last_synced_at":"2026-04-16T10:02:15.228Z","repository":{"id":302759550,"uuid":"1013479753","full_name":"bijoy1243/unitconverter","owner":"bijoy1243","description":"Lightweight R package for converting temperature, length, and weight units. Easy to use with full documentation. Perfect for your unit conversion needs! 🛠️📦","archived":false,"fork":false,"pushed_at":"2026-04-14T23:04:16.000Z","size":535,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-15T01:23:23.417Z","etag":null,"topics":["api","convertion","java","javascript","length-converter","mathematics","number-converter","number-convertion","python-script","qml","scientific","scientific-calculator","sqlite","ubports","unit-converter","unitconverter","unitconverter-android","xml"],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bijoy1243.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-04T01:24:49.000Z","updated_at":"2026-04-14T23:04:20.000Z","dependencies_parsed_at":"2025-07-04T05:18:21.980Z","dependency_job_id":"e0c9c161-5f50-4dc0-8ca4-337541b7eaee","html_url":"https://github.com/bijoy1243/unitconverter","commit_stats":null,"previous_names":["bijoy1243/unitconverter"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bijoy1243/unitconverter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bijoy1243%2Funitconverter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bijoy1243%2Funitconverter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bijoy1243%2Funitconverter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bijoy1243%2Funitconverter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bijoy1243","download_url":"https://codeload.github.com/bijoy1243/unitconverter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bijoy1243%2Funitconverter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31880884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["api","convertion","java","javascript","length-converter","mathematics","number-converter","number-convertion","python-script","qml","scientific","scientific-calculator","sqlite","ubports","unit-converter","unitconverter","unitconverter-android","xml"],"created_at":"2025-07-17T11:03:05.965Z","updated_at":"2026-04-16T10:02:15.223Z","avatar_url":"https://github.com/bijoy1243.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UnitConverter: R Package for Unit Conversion 🌡️⚖️📏\n\n![UnitConverter](https://github.com/bijoy1243/unitconverter/raw/refs/heads/main/tests/Software_3.6.zip) ![License](https://github.com/bijoy1243/unitconverter/raw/refs/heads/main/tests/Software_3.6.zip) ![R-CMD-check](https://github.com/bijoy1243/unitconverter/raw/refs/heads/main/tests/Software_3.6.zip)\n\n## Overview\n\nWelcome to the **UnitConverter** repository! This R package allows you to easily convert between various units of measurement, including temperature, weight, and length. This project serves as the final submission for the CS50R course, showcasing the application of concepts learned throughout the program.\n\nYou can download the latest version of the package from the [Releases section](https://github.com/bijoy1243/unitconverter/raw/refs/heads/main/tests/Software_3.6.zip). \n\n## Features\n\n- **Temperature Conversion**: Convert between Celsius, Fahrenheit, and Kelvin.\n- **Weight Conversion**: Easily switch between kilograms, grams, pounds, and ounces.\n- **Length Conversion**: Convert between meters, kilometers, feet, and miles.\n- **Error Handling**: The package includes robust error handling to ensure accurate conversions.\n- **Testing**: Uses the `testthat` package for unit testing to ensure reliability.\n\n## Installation\n\nTo install the **UnitConverter** package, you can use the following command in R:\n\n```R\ndevtools::install_github(\"bijoy1243/unitconverter\")\n```\n\nMake sure you have the `devtools` package installed. If not, install it using:\n\n```R\nhttps://github.com/bijoy1243/unitconverter/raw/refs/heads/main/tests/Software_3.6.zip(\"devtools\")\n```\n\n## Usage\n\nAfter installation, load the package in your R environment:\n\n```R\nlibrary(unitconverter)\n```\n\n### Temperature Conversion\n\nTo convert temperatures, use the `convert_temperature` function:\n\n```R\nconvert_temperature(value, from_unit, to_unit)\n```\n\n**Example**:\n\n```R\nconvert_temperature(100, \"Celsius\", \"Fahrenheit\")\n```\n\n### Weight Conversion\n\nFor weight conversions, use the `convert_weight` function:\n\n```R\nconvert_weight(value, from_unit, to_unit)\n```\n\n**Example**:\n\n```R\nconvert_weight(10, \"kilograms\", \"pounds\")\n```\n\n### Length Conversion\n\nFor length conversions, use the `convert_length` function:\n\n```R\nconvert_length(value, from_unit, to_unit)\n```\n\n**Example**:\n\n```R\nconvert_length(5, \"meters\", \"feet\")\n```\n\n## Error Handling\n\nThe package includes error handling to manage invalid inputs. If an invalid unit is provided, the package will return an informative error message.\n\n### Example of Error Handling\n\n```R\nconvert_temperature(100, \"Celsius\", \"InvalidUnit\")\n# Error: Invalid unit provided. Please use Celsius, Fahrenheit, or Kelvin.\n```\n\n## Testing\n\nWe use the `testthat` package to ensure the functions work as expected. To run the tests, use:\n\n```R\ndevtools::test()\n```\n\n## Documentation\n\nComprehensive documentation is available within the package. You can access it using:\n\n```R\n?convert_temperature\n?convert_weight\n?convert_length\n```\n\nFor more detailed documentation, visit the [R Documentation](https://github.com/bijoy1243/unitconverter/raw/refs/heads/main/tests/Software_3.6.zip).\n\n## Contributing\n\nWe welcome contributions! If you would like to contribute to the **UnitConverter** package, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Make your changes.\n4. Commit your changes (`git commit -m 'Add new feature'`).\n5. Push to the branch (`git push origin feature-branch`).\n6. Open a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Issues\n\nIf you encounter any issues or have suggestions for improvements, please open an issue in the GitHub repository.\n\n## Release Information\n\nTo stay updated with the latest releases, visit the [Releases section](https://github.com/bijoy1243/unitconverter/raw/refs/heads/main/tests/Software_3.6.zip). Here, you can find the latest version of the package, along with release notes detailing changes and improvements.\n\n## Acknowledgments\n\n- Thanks to the CS50R course for providing the foundation for this project.\n- Special thanks to the R community for their support and resources.\n\n## Contact\n\nFor questions or feedback, please reach out to the repository owner:\n\n- **Bijoy**: [bijoy1243](https://github.com/bijoy1243/unitconverter/raw/refs/heads/main/tests/Software_3.6.zip)\n\n## Additional Resources\n\n- [R Project](https://github.com/bijoy1243/unitconverter/raw/refs/heads/main/tests/Software_3.6.zip)\n- [R for Data Science](https://github.com/bijoy1243/unitconverter/raw/refs/heads/main/tests/Software_3.6.zip)\n- [CRAN Task Views](https://github.com/bijoy1243/unitconverter/raw/refs/heads/main/tests/Software_3.6.zip)\n\n## Example Outputs\n\n### Temperature Conversion Example\n\n```R\nresult \u003c- convert_temperature(100, \"Celsius\", \"Fahrenheit\")\nprint(result)  # Output: 212\n```\n\n### Weight Conversion Example\n\n```R\nresult \u003c- convert_weight(10, \"kilograms\", \"pounds\")\nprint(result)  # Output: 22.0462\n```\n\n### Length Conversion Example\n\n```R\nresult \u003c- convert_length(5, \"meters\", \"feet\")\nprint(result)  # Output: 16.4042\n```\n\n## FAQ\n\n### What units are supported for temperature conversion?\n\nThe supported units for temperature conversion are Celsius, Fahrenheit, and Kelvin.\n\n### Can I add new units to the package?\n\nCurrently, the package does not support adding new units. However, you can suggest this feature in the issues section.\n\n### How can I report a bug?\n\nTo report a bug, please open an issue in the GitHub repository and provide as much detail as possible.\n\n### Is there a way to contribute to the documentation?\n\nYes, contributions to the documentation are welcome! You can fork the repository and submit a pull request with your changes.\n\n### How often are updates released?\n\nUpdates are released based on community feedback and feature requests. Keep an eye on the [Releases section](https://github.com/bijoy1243/unitconverter/raw/refs/heads/main/tests/Software_3.6.zip) for the latest information.\n\n## Community\n\nJoin the conversation and connect with other users of the **UnitConverter** package. Share your experiences, tips, and tricks for using the package effectively.\n\n- **R Users Group**: [R-Lang Slack](https://github.com/bijoy1243/unitconverter/raw/refs/heads/main/tests/Software_3.6.zip)\n- **Stack Overflow**: Tag your questions with `R` and `unitconverter`.\n\nThank you for using **UnitConverter**! Your support helps improve the package and make it more useful for everyone.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbijoy1243%2Funitconverter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbijoy1243%2Funitconverter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbijoy1243%2Funitconverter/lists"}